home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / date / examples / baudfrm.dfm / baudfrm.txt
Encoding:
Text File  |  1996-04-08  |  1.5 KB  |  84 lines

  1. object BaudForm: TBaudForm
  2.   Left = 398
  3.   Top = 292
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Link Rate Information'
  7.   ClientHeight = 133
  8.   ClientWidth = 414
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object OKBtn: TBitBtn
  17.     Left = 40
  18.     Top = 94
  19.     Width = 77
  20.     Height = 27
  21.     TabOrder = 1
  22.     OnClick = OKBtnClick
  23.     Kind = bkOK
  24.     Margin = 2
  25.     Spacing = -1
  26.     IsControl = True
  27.   end
  28.   object CancelBtn: TBitBtn
  29.     Left = 168
  30.     Top = 94
  31.     Width = 77
  32.     Height = 27
  33.     TabOrder = 2
  34.     Kind = bkCancel
  35.     Margin = 2
  36.     Spacing = -1
  37.     IsControl = True
  38.   end
  39.   object HelpBtn: TBitBtn
  40.     Left = 296
  41.     Top = 94
  42.     Width = 77
  43.     Height = 27
  44.     Enabled = False
  45.     TabOrder = 3
  46.     Kind = bkHelp
  47.     Margin = 2
  48.     Spacing = -1
  49.     IsControl = True
  50.   end
  51.   object GroupBox1: TGroupBox
  52.     Left = 10
  53.     Top = 5
  54.     Width = 395
  55.     Height = 75
  56.     TabOrder = 0
  57.     object Label1: TLabel
  58.       Left = 10
  59.       Top = 20
  60.       Width = 129
  61.       Height = 16
  62.       AutoSize = False
  63.       Caption = 'Default &BPS Rate'
  64.       FocusControl = BPSEdit
  65.     end
  66.     object BPSEdit: TEdit
  67.       Left = 10
  68.       Top = 39
  69.       Width = 129
  70.       Height = 24
  71.       MaxLength = 5
  72.       TabOrder = 0
  73.     end
  74.     object LockDTECheck: TCheckBox
  75.       Left = 207
  76.       Top = 42
  77.       Width = 149
  78.       Height = 21
  79.       Caption = '&Lock DTE Rate'
  80.       TabOrder = 1
  81.     end
  82.   end
  83. end
  84.